home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / dev / misc / LEDA_gene.lha / LEDA-3.1c-generic / man / bool.tex < prev    next >
Encoding:
Text File  |  1994-08-05  |  228 b   |  8 lines

  1. \bigskip
  2. \bigskip
  3. {\magonebf 2.1 Boolean Values (bool)}
  4.  
  5. An instance of the data type $bool$ has either the value $true$ or $false$. 
  6. The usual \CC logical operators \&\& (and), $||$ (or), ! (negation) are 
  7. defined for $bool$. 
  8.